aboutsummaryrefslogtreecommitdiffstats
path: root/sgsnemu
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-02 10:00:10 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-06 13:59:59 +0100
commite071e30937373337afa32441e13a106f7bff2714 (patch)
tree978b7a04907432a8421ce96d89652a9b543e03b3 /sgsnemu
parent3d7500e68640f4914b358dee3dcbd2cba97b8679 (diff)
build: Remove subdir-objects as it breaks make distclean
We are not using this option in any of our projects and it is breaking make distclean. Remove the option for now. make[2]: Entering directory `/openggsn-0.91/_build/ggsn' Makefile:307: ../lib/.deps/getopt.Po: No such file or directory Makefile:308: ../lib/.deps/getopt1.Po: No such file or directory make[2]: *** No rule to make target `../lib/.deps/getopt1.Po'. Stop.
Diffstat (limited to 'sgsnemu')
-rw-r--r--sgsnemu/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/sgsnemu/Makefile.am b/sgsnemu/Makefile.am
index e6b1d7d..8ce1b61 100644
--- a/sgsnemu/Makefile.am
+++ b/sgsnemu/Makefile.am
@@ -1,11 +1,9 @@
bin_PROGRAMS = sgsnemu
-AUTOMAKE_OPTIONS = subdir-objects
-
AM_LDFLAGS = @EXEC_LDFLAGS@
AM_CFLAGS = -O2 -D_GNU_SOURCE -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb
-sgsnemu_LDADD = @LIBOBJS@ @EXEC_LDADD@ -lgtp -L../gtp ../lib/libmisc.a
+sgsnemu_LDADD = @EXEC_LDADD@ -lgtp -L../gtp ../lib/libmisc.a
sgsnemu_DEPENDENCIES = ../gtp/libgtp.la ../lib/libmisc.a
sgsnemu_SOURCES = sgsnemu.c cmdline.c cmdline.h