Fix distcheck

This commit is contained in:
Kristian Høgsberg 2012-01-03 11:02:46 -05:00
parent 8334bc1ef9
commit f6a5f7def3
5 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
SUBDIRS = shared src clients data
SUBDIRS = shared src clients data protocol

View 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

View File

@ -143,5 +143,6 @@ AC_CONFIG_FILES([Makefile
shared/Makefile
src/Makefile
clients/Makefile
data/Makefile])
data/Makefile
protocol/Makefile])
AC_OUTPUT

5
protocol/Makefile.am Normal file
View File

@ -0,0 +1,5 @@
EXTRA_DIST = \
desktop-shell.xml \
screenshooter.xml \
tablet-shell.xml \
xserver.xml

View 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