added EXTRA_* files to get `make dist' doing the right thing.

This commit is contained in:
crs
2002-07-31 16:27:06 +00:00
parent 12f1cb58b9
commit 8c1f5f623b
15 changed files with 115 additions and 186 deletions

View File

@@ -2,6 +2,12 @@
NULL =
DEPTH = ../..
EXTRA_DIST = \
synergy.dsp \
synergy.rc \
resource.h \
$(NULL)
bin_PROGRAMS = synergy
synergy_SOURCES = \
synergy.cpp \

View File

@@ -2,6 +2,12 @@
NULL =
DEPTH = ../..
EXTRA_DIST = \
synergyd.dsp \
synergyd.rc \
resource.h \
$(NULL)
bin_PROGRAMS = synergyd
synergyd_SOURCES = \
synergyd.cpp \