X-Git-Url: http://developer.intra2net.com/git/?p=libipt_ACCOUNT;a=blobdiff_plain;f=iptaccount%2FMakefile.am;h=36cc9d1dab0102f5a5f1947733e70931897624a6;hp=2f4c1ac540986629206b37316843bc23f812ed07;hb=4e2cc14ad5c4ff179974944ec034d42c28237f68;hpb=49ba89493aabfeff81d64be729727b22d504a2c0 diff --git a/iptaccount/Makefile.am b/iptaccount/Makefile.am index 2f4c1ac..36cc9d1 100644 --- a/iptaccount/Makefile.am +++ b/iptaccount/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = -I$(top_srcdir)/src METASOURCES = AUTO -bin_PROGRAMS = example -example_SOURCES = example.c -example_LDADD = $(top_builddir)/src/libipt_ACCOUNT.la +bin_PROGRAMS = iptaccount +iptaccount_SOURCES = iptaccount.c +iptaccount_LDADD = $(top_builddir)/src/libipt_ACCOUNT.la