diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-07-13 17:07:08 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-07-13 17:07:08 +0800 |
commit | 42d8a8cb91e46a1ac29334c054ac95c5cfc9a348 (patch) | |
tree | 1a866ff0a076494805766a2f0834be80c5824cc2 /src/Makefile.am | |
parent | 9f70e82e7fd4d8888f55c63cf3eb911d27b0fbec (diff) | |
download | gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar.gz 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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e47c8331b..1d3035800 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,6 @@ INCLUDES = \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/lib/egg \ -I$(top_srcdir)/lib/widgets \ - -I$(top_srcdir)/lib/toolbar \ -I$(top_srcdir)/src/bookmarks \ $(WARN_CFLAGS) \ $(EPIPHANY_DEPENDENCY_CFLAGS) \ |