summaryrefslogtreecommitdiff
path: root/src/panel/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-10-22 17:51:10 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-10-22 17:51:10 (GMT)
commit55866b34f5cff022a465d58f808450f25f354218 (patch)
tree74c45de72953d203afc9e3476c751fdcfd5763fd /src/panel/Makefile.am
parentf7d126acb7718d4a13ac64c0d71c7d019cc8c18c (diff)
Cleaned the repository by deleting dead entries.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@275 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/panel/Makefile.am')
-rwxr-xr-xsrc/panel/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/panel/Makefile.am b/src/panel/Makefile.am
deleted file mode 100755
index 20ea22e..0000000
--- a/src/panel/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-
-noinst_LTLIBRARIES = libpanel.la
-
-libpanel_la_SOURCES = \
- log.h log.c \
- panels.h panels.c \
- registers.h registers.c \
- strings.h strings.c \
- symbols.h symbols.c
-
-libpanel_la_LDFLAGS =
-
-
-INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CPPFLAGS =
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
-
-SUBDIRS =