[anjuta] libanjuta: fix installation of some headers



commit b945f576c5aa650dba18f9818ce8f3751e933ab8
Author: Abderrahim Kitouni <akitouni src gnome org>
Date:   Sun Jan 23 22:29:16 2011 +0100

    libanjuta: fix installation of some headers
    
    anjuta-token.h and anjuta-pkg-config-chooser.h weren't installed because
    of a missing line continuation

 libanjuta/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libanjuta/Makefile.am b/libanjuta/Makefile.am
index 6705212..bdfee7e 100644
--- a/libanjuta/Makefile.am
+++ b/libanjuta/Makefile.am
@@ -187,10 +187,10 @@ libanjuta_include = \
 	anjuta-dock-pane.h \
 	anjuta-file-list.h \
 	anjuta-pkg-config-chooser.h \
-	anjuta-pkg-config.h \	
+	anjuta-pkg-config.h \
 	anjuta-column-text-view.h \
 	anjuta-file-drop-entry.h \
-	anjuta-entry.h
+	anjuta-entry.h \
 	anjuta-token.h \
 	anjuta-pkg-config-chooser.h
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]