diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am new file mode 100644 index 00000000..6ae5ed7a --- /dev/null +++ b/common/Makefile.am @@ -0,0 +1,16 @@ + +noinst_LIBRARIES = libhelper.a + +libhelper_a_SOURCES = oui.h oui.c textfile.h textfile.c \ + logging.h logging.c error.h error.c \ + glib-helper.h glib-helper.c sdp-xml.h sdp-xml.c sdp-glib.c + +noinst_PROGRAMS = test_textfile + +test_textfile_LDADD = libhelper.a + +AM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@ + +EXTRA_DIST = ppoll.h uinput.h + +MAINTAINERCLEANFILES = Makefile.in |