Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar/Makefile.am')
-rw-r--r--src/sugar/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sugar/Makefile.am b/src/sugar/Makefile.am
index 75bf407..47ae2a1 100644
--- a/src/sugar/Makefile.am
+++ b/src/sugar/Makefile.am
@@ -24,6 +24,7 @@ public_headers = \
sugar-key-grabber.h \
sugar-menu.h \
sugar-grid.h \
+ sugar-misc.h \
sexy-icon-entry.h \
eggsmclient.h \
acme-volume.h \
@@ -55,6 +56,7 @@ libsugarext_la_SOURCES = \
sugar-address-entry.c \
sugar-grid.c \
sugar-key-grabber.c \
+ sugar-misc.c \
sugar-menu.c
BUILT_SOURCES = \
@@ -72,6 +74,7 @@ sugar-marshal.h: sugar-marshal.list
SugarExt-1.0.gir: $(INTROSPECTION_SCANNER) libsugarext.la
$(INTROSPECTION_SCANNER) -v \
--namespace SugarExt --nsversion=1.0 \
+ --strip-prefix=sugar \
--include=Gtk-2.0 \
--library=libsugarext.la \
--library asound \