4 lines
124 B
Makefile
4 lines
124 B
Makefile
noinst_PROGRAMS = xmlgrep
|
|
|
|
xmlgrep_SOURCES = xmlgrep.cxx
|
|
xmlgrep_LDADD = -lsgstructure -lsgprops -lsgmisc -lsgdebug -lsgxml
|