RPi Locator and Display Services
Makefile.am
Go to the documentation of this file.
1 ## Process this file with automake to generate a Makefile.in
2 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
3 
4 bin_PROGRAMS = cmdDC
5 
6 cmdDC_SOURCES = cmdDC.c
7 cmdDC_CPPFLAGS = @GTK_CFLAGS@
8 cmdDC_LDADD = @GTK_LIBS@
9 
10 -include $(top_srcdir)/git.mk