diff options
Diffstat (limited to 'dev/Makefile.am')
-rw-r--r-- | dev/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/Makefile.am b/dev/Makefile.am index 4833728..d116581 100644 --- a/dev/Makefile.am +++ b/dev/Makefile.am @@ -16,4 +16,5 @@ lckd_client_LDADD = ../src/libiphone.la afccheck_SOURCES = afccheck.c afccheck_CFLAGS = $(AM_CFLAGS) afccheck_LDFLAGS = $(AM_LDFLAGS) -afccheck_LDADD = ../src/libiphone.la
\ No newline at end of file +afccheck_LDADD = ../src/libiphone.la + |