]> git.sur5r.net Git - glabels/commitdiff
Do not attempt to install header files.
authorJim Evins <evins@snaught.com>
Sun, 19 Oct 2003 04:52:20 +0000 (04:52 +0000)
committerJim Evins <evins@snaught.com>
Sun, 19 Oct 2003 04:52:20 +0000 (04:52 +0000)
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@323 f5e0f49d-192f-0410-a22d-a8d8700d0965

glabels2/src/recent-files/Makefile.am

index e331db2eee9ae4af8d1d659e5c3546ce2cd2dc5a..a6e2bc6ee256b7942aef09387d1162faf159a1e4 100644 (file)
@@ -6,16 +6,6 @@ INCLUDES = \
        -DGDK_PIXBUF_DISABLE_DEPRECATED                         \
        -DGNOME_DISABLE_DEPRECATED                      
 
-headerdir = $(prefix)/include/gedit-@GEDIT_MAJOR@/gedit/recent-files
-header_DATA =                          \
-        egg-recent-model.h             \
-        egg-recent-item.h              \
-        egg-recent-view.h              \
-        egg-recent-view-bonobo.h       \
-        egg-recent-view-gtk.h          \
-       egg-recent-vfs-utils.h          \
-       egg-recent-util.h
-
 EGG_FILES =                            \
         egg-recent-model.c             \
         egg-recent-item.c              \
@@ -24,7 +14,13 @@ EGG_FILES =                          \
         egg-recent-view-gtk.c          \
        egg-recent-vfs-utils.c          \
         egg-recent-util.c              \
-       $(header_DATA)
+        egg-recent-model.h             \
+        egg-recent-item.h              \
+        egg-recent-view.h              \
+        egg-recent-view-bonobo.h       \
+        egg-recent-view-gtk.h          \
+       egg-recent-vfs-utils.h          \
+       egg-recent-util.h
 
 noinst_LTLIBRARIES = librecent.la