aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-07-13 17:07:08 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-07-13 17:07:08 +0800
commit42d8a8cb91e46a1ac29334c054ac95c5cfc9a348 (patch)
tree1a866ff0a076494805766a2f0834be80c5824cc2 /Makefile.am
parent9f70e82e7fd4d8888f55c63cf3eb911d27b0fbec (diff)
downloadgsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar
gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar.gz
gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar.bz2
gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar.lz
gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar.xz
gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar.zst
gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.zip
Add plugins dir
2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> * Makefile.am: Add plugins dir * plugins/sample/Makefile.am: * plugins/sample/sample.c: (window_focus_in_cb): Make it compile with not installed headers * src/Makefile.am: Remove an obsolete include dir
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7107e68ec..26075a087 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = lib embed src data po help
+SUBDIRS = lib embed src data po help plugins
distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out'