Fix distcheck
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
SUBDIRS = shared src clients data
|
||||
SUBDIRS = shared src clients data protocol
|
||||
|
||||
+4
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -143,5 +143,6 @@ AC_CONFIG_FILES([Makefile
|
||||
shared/Makefile
|
||||
src/Makefile
|
||||
clients/Makefile
|
||||
data/Makefile])
|
||||
data/Makefile
|
||||
protocol/Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
EXTRA_DIST = \
|
||||
desktop-shell.xml \
|
||||
screenshooter.xml \
|
||||
tablet-shell.xml \
|
||||
xserver.xml
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user