summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
blob: 4ab7af6620ee51be55d80d76fea6f1b21ddd2d62 (plain)
1
2
3
4
5
6
7
8
9
10
11

noinst_LIBRARIES = libhelper.a

libhelper_a_SOURCES = oui.h oui.c list.h list.c \
	textfile.h textfile.c glib-ectomy.h glib-ectomy.c

noinst_PROGRAMS = test_textfile

test_textfile_LDADD = libhelper.a

MAINTAINERCLEANFILES = Makefile.in