Comment fix
[mim] / test / Makefile.am
1 #
2 # Makefile template for the test/ dir to compile test programs
3 #
4
5 # Program name
6 bin_PROGRAMS =
7
8 # Binary specific CFLAGS
9 INCLUDES = \
10         @DEBUG_FLAGS@ \
11         $(PACKAGE_CFLAGS) \
12         $(WIDGETS_CFLAGS)
13
14 # Cleaning and autogenerated stuff
15 BUILT_SOURCES =
16
17 CLEANFILES = \
18         $(BUILT_SOURCES)