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

noinst_LIBRARIES = libhelper.a

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

noinst_PROGRAMS = test_textfile

test_textfile_LDADD = libhelper.a

EXTRA_DIST = ppoll.h

MAINTAINERCLEANFILES = Makefile.in