summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-07-14 20:36:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-07-14 20:36:35 (GMT)
commit46c8fd10ec5bff1ee1146a0b6a7aa7eb9f47a2da (patch)
treea3d1877165a08ffb8de8adc9df617832cfc22674 /src/Makefile.am
parent32e65656666b05faba999a0c01819949de9b28a1 (diff)
Moved the project information into the analysis domain.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@550 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5fcc34f..e82ecfb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -88,8 +88,7 @@ libchrysaplugin_la_LIBADD = \
chrysalide_SOURCES = \
editor.h editor.c \
- main.c \
- project.h project.c
+ main.c
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/intl $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) `pkg-config --cflags gthread-2.0` $(LIBPYTHON_CFLAGS)