Fix distcheck
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 3 Jan 2012 16:02:46 +0000 (11:02 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 3 Jan 2012 16:04:09 +0000 (11:04 -0500)
Makefile.am
clients/Makefile.am
configure.ac
protocol/Makefile.am [new file with mode: 0644]
src/Makefile.am

index 299987b..e00e475 100644 (file)
@@ -1 +1 @@
-SUBDIRS = shared src clients data
+SUBDIRS = shared src clients data protocol
index ea98965..e323de6 100644 (file)
@@ -75,10 +75,13 @@ resizor_LDADD = $(toolkit_libs)
 
 wscreensaver_SOURCES =                         \
        wscreensaver.c                          \
+       wscreensaver.h                          \
        desktop-shell-client-protocol.h         \
        desktop-shell-protocol.c                \
        wscreensaver-glue.c                     \
-       glmatrix.c
+       wscreensaver-glue.h                     \
+       glmatrix.c                              \
+       matrix3.xpm
 wscreensaver_LDADD = $(toolkit_libs) -lGLU
 
 eventdemo_SOURCES = eventdemo.c
index 41d36f2..6cebf9b 100644 (file)
@@ -143,5 +143,6 @@ AC_CONFIG_FILES([Makefile
                 shared/Makefile
                 src/Makefile
                 clients/Makefile
-                data/Makefile])
+                data/Makefile
+                protocol/Makefile])
 AC_OUTPUT
diff --git a/protocol/Makefile.am b/protocol/Makefile.am
new file mode 100644 (file)
index 0000000..2f69b07
--- /dev/null
@@ -0,0 +1,5 @@
+EXTRA_DIST =                                   \
+       desktop-shell.xml                       \
+       screenshooter.xml                       \
+       tablet-shell.xml                        \
+       xserver.xml
index 4c7aeb8..bafbbd1 100644 (file)
@@ -93,7 +93,6 @@ tablet_shell_la_LIBADD = $(COMPOSITOR_LIBS)
 tablet_shell_la_CFLAGS = $(GCC_CFLAGS)
 tablet_shell_la_SOURCES =                      \
        tablet-shell.c                          \
-       tablet-shell.h                          \
        tablet-shell-protocol.c                 \
        tablet-shell-server-protocol.h
 endif