summaryrefslogtreecommitdiffstats
path: root/cpukit/ftpd
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ftpd')
-rw-r--r--cpukit/ftpd/Makefile.am15
1 files changed, 3 insertions, 12 deletions
diff --git a/cpukit/ftpd/Makefile.am b/cpukit/ftpd/Makefile.am
index 39ce900b9e..ce67fa67fa 100644
--- a/cpukit/ftpd/Makefile.am
+++ b/cpukit/ftpd/Makefile.am
@@ -4,23 +4,14 @@
include $(top_srcdir)/automake/compile.am
-CLEANFILES =
-EXTRA_LIBRARIES =
+noinst_LIBRARIES =
if HAS_NETWORKING
include_HEADERS = ftpd.h
-EXTRA_LIBRARIES += libftpd.a
-CLEANFILES += libftpd.a
+noinst_LIBRARIES += libftpd.a
libftpd_a_SOURCES = ftpd.c ftpd.h
libftpd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
-
-EXTRA_LIBRARIES += libftpd_g.a
-CLEANFILES += libftpd_g.a
-libftpd_g_a_SOURCES = $(libftpd_a_SOURCES)
-libftpd_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
-
-noinst_DATA = libftpd$(LIB_VARIANT).a
endif
all-local: $(PREINSTALL_FILES)
@@ -39,7 +30,7 @@ $(PROJECT_INCLUDE)/ftpd.h: ftpd.h $(PROJECT_INCLUDE)/$(dirstamp)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/ftpd.h
endif
-CLEANFILES += $(PREINSTALL_FILES)
+CLEANFILES = $(PREINSTALL_FILES)
DISTCLEANFILES = $(PREINSTALL_DIRS)
include $(top_srcdir)/automake/local.am