X-Git-Url: http://developer.intra2net.com/git/?p=libipt_ACCOUNT;a=blobdiff_plain;f=iptaccount%2FMakefile.am;h=36cc9d1dab0102f5a5f1947733e70931897624a6;hp=2f4c1ac540986629206b37316843bc23f812ed07;hb=refs%2Ftags%2Flatest_release;hpb=3a07e3fb3b03f93c64ca679c2d97dbd948f960a9 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