summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorgedit <gedit>1999-02-13 02:11:27 +0000
committergedit <gedit>1999-02-13 02:11:27 +0000
commitf09fc6a22cd258d59acb40ec2beb5a9aa2eb7e25 (patch)
tree8ae986672a7479d40ecc5fe1ad1458deec506128 /Makefile.am
parent492c48b8d3a76735422c6a1d6688d6cd0002d903 (diff)
downloadgedit-f09fc6a22cd258d59acb40ec2beb5a9aa2eb7e25.tar.gz
new plugin.. and major fixes to the custom plugin system.. it finally works.. its 02:12, so im off to bed.. --Alex
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am28
1 files changed, 5 insertions, 23 deletions
diff --git a/Makefile.am b/Makefile.am
index 5c3fef482..17527958f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,26 +1,8 @@
-## Process this file with automake to produce Makefile.in
+## This is a generated file. Please see plugins.pl.
+plugindir = $(libexecdir)/go/plugins
-plugindir = $(libdir)/go/plugins
+plugin_PROGRAMS =
-SUBDIRS = macros po intl src editor-plugins gmodule-plugins
+INCLUDES = $(GTK_CFLAGS) -Wall $(GNOME_INCLUDEDIR)
+CPPFLAGS = -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
-EXTRA_DIST = KNOWNBUGS FAQ ChangeLog README README.plugins \
- INSTALL gedit.1 gE-icon-1.xpm gE-icon-2.xpm gedit.desktop \
- ABOUT-NLS TODO gedit.spec gedit.keys
-
-man_MANS = gedit.1
-
-sysdir = $(datadir)/apps/Applications
-sys_DATA = gedit.desktop
-
-mimedir = $(datadir)/mime-info
-mime_DATA = gedit.keys
-
-dist-hook:
- mkdir $(distdir)/xpm
- cp $(srcdir)/xpm/*.xpm $(distdir)/xpm
-
-## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
-@MAINT@include macros/macros.dep
-@MAINT@macros/macros.dep: macros/Makefile.am
-@MAINT@ cd macros && $(MAKE) macros.dep