Move threadframe inside bindings directory, will add more stuff there.

This commit is contained in:
Marco Pesenti Gritti 2006-08-25 10:33:39 +02:00
parent 7fe9f84a0a
commit b34cff91a3
11 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,6 @@
SUBDIRS = activities po shell sugar tools threadframe
SUBDIRS = activities bindings po shell sugar tools
ACLOCAL_AMFLAGS = -I m4
dbusconfdir = $(pkgdatadir)
dbusconf_DATA = dbus-installed.conf

1
bindings/Makefile.am Normal file
View File

@ -0,0 +1 @@
SUBDIRS = threadframe

View File

@ -36,6 +36,8 @@ activities/browser/Makefile
activities/chat/Makefile
activities/groupchat/Makefile
activities/terminal/Makefile
bindings/Makefile
bindings/threadframe/Makefile
shell/Makefile
shell/data/Makefile
shell/home/Makefile
@ -55,5 +57,4 @@ sugar/presence/Makefile
po/Makefile.in
tools/Makefile
tools/sugar-setup-activity
threadframe/Makefile
])