Skip to content

Commit

Permalink
Added lpmln2wc module. Added make rules in MakeFile
Browse files Browse the repository at this point in the history
  • Loading branch information
samidhtalsania committed Oct 24, 2016
1 parent 5c7ed54 commit 7a5619b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ INCLUDE = $(PROJECT_ROOT)/src/includes
AM_CPPFLAGS = -I $(INCLUDE)
AM_CFLAGS = -I $(INCLUDE)
AM_CXXFLAGS = -I $(INCLUDE)
bin_PROGRAMS = ../lpmlncompiler lpmln
bin_PROGRAMS = ../lpmlncompiler lpmln lpmln2wc

___lpmlncompiler_SOURCES = \
main.cpp \
Expand Down Expand Up @@ -39,3 +39,7 @@ lpmln_SOURCES = \
lpexec_src/lpexec.cpp \
lpexec_src/FileConfig.cpp \
lpexec_src/NoLanguageSelectedException.cpp

lpmln2wc_LDADD = -lboost_regex
lpmln2wc_SOURCES = \
lpmln2wc_src/lpmln2wc.cpp
Binary file added src/lpmln2wc
Binary file not shown.

0 comments on commit 7a5619b

Please sign in to comment.