1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/examples/xml2txt/Makefile.am
stefanocasazza 877766b00d bug fixing
2015-07-10 19:16:37 +02:00

17 lines
363 B
Makefile

## Makefile.am for examples/xml2txt
EXTRA_DIST = *.spec*
DEFAULT_INCLUDES = -I. -I$(top_srcdir)/include
ulib_la = @ULIBS@ $(top_builddir)/src/ulib/lib@ULIB@.la @ULIB_LIBS@
xml2txt_LDADD = $(ulib_la)
xml2txt_SOURCES = main.cpp
xml2txt_LDFLAGS = $(PRG_LDFLAGS)
noinst_PROGRAMS = xml2txt
clean-local:
-rm -rf core .libs *.bb* *.da *.gc* *.la *.exe gmon.out