[gedit] Do not install gedit-notebook.h
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Do not install gedit-notebook.h
- Date: Sat, 5 Jun 2010 10:35:28 +0000 (UTC)
commit 0877dbb0b466fad6794db178b444e178ff24861d
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sat Jun 5 12:24:41 2010 +0200
Do not install gedit-notebook.h
gedit/Makefile.am | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/gedit/Makefile.am b/gedit/Makefile.am
index dcf5a4c..2c87118 100644
--- a/gedit/Makefile.am
+++ b/gedit/Makefile.am
@@ -104,6 +104,7 @@ NOINST_H_FILES = \
gedit-io-error-message-area.h \
gedit-language-manager.h \
gedit-multi-notebook.h \
+ gedit-notebook.h \
gedit-object-module.h \
gedit-plugin-info.h \
gedit-plugin-info-priv.h \
@@ -133,7 +134,6 @@ INST_H_FILES = \
gedit-message-bus.h \
gedit-message-type.h \
gedit-message.h \
- gedit-notebook.h \
gedit-panel.h \
gedit-plugin.h \
gedit-progress-message-area.h \
@@ -219,11 +219,15 @@ libgedit_la_SOURCES += gedit-fifo.c
NOINST_H_FILES += gedit-fifo.h
endif
-gedit-enum-types.h: gedit-enum-types.h.template $(INST_H_FILES) $(GLIB_MKENUMS)
- $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template gedit-enum-types.h.template $(INST_H_FILES)) > $@
+ENUM_TYPES = \
+ gedit-notebook.h \
+ $(INST_H_FILES)
+
+gedit-enum-types.h: gedit-enum-types.h.template $(ENUM_TYPES) $(GLIB_MKENUMS)
+ $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template gedit-enum-types.h.template $(ENUM_TYPES)) > $@
-gedit-enum-types.c: gedit-enum-types.c.template $(INST_H_FILES) $(GLIB_MKENUMS)
- $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template gedit-enum-types.c.template $(INST_H_FILES)) > $@
+gedit-enum-types.c: gedit-enum-types.c.template $(ENUM_TYPES) $(GLIB_MKENUMS)
+ $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template gedit-enum-types.c.template $(ENUM_TYPES)) > $@
gedit-marshal.h: gedit-marshal.list $(GLIB_GENMARSHAL)
$(AM_V_GEN) $(GLIB_GENMARSHAL) $< --header --prefix=gedit_marshal > $@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]