summaryrefslogtreecommitdiffstats
path: root/libsmartcols/samples/Makemodule.am
blob: 990e00c14cdda6fc0ef8f65db113e761f9c5908e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

check_PROGRAMS += \
	sample-scols-tree \
	sample-scols-title

sample_scols_tree_SOURCES = libsmartcols/samples/tree.c
sample_scols_tree_LDADD = libsmartcols.la libcommon.la
sample_scols_tree_CFLAGS = -I$(ul_libsmartcols_incdir)

sample_scols_title_SOURCES = libsmartcols/samples/title.c
sample_scols_title_LDADD = libsmartcols.la
sample_scols_title_CFLAGS = -I$(ul_libsmartcols_incdir)