Fix make dist after CMakeLists.txt rename in previous push.

This commit is contained in:
unknown 2009-10-06 20:26:11 +02:00
parent 228ee84ed3
commit 3bc025506b
3 changed files with 2 additions and 2 deletions

0
storage/pbxt/CMakeLists.txt Executable file → Normal file
View File

View File

@ -1,3 +1,3 @@
SUBDIRS = src
EXTRA_DIST = plug.in
EXTRA_DIST = CMakeLists.txt plug.in

View File

@ -49,4 +49,4 @@ libpbxt_a_SOURCES = $(libpbxt_la_SOURCES)
libpbxt_a_CXXFLAGS = $(AM_CXXFLAGS)
libpbxt_a_CFLAGS = $(AM_CFLAGS) -std=c99
EXTRA_DIST = CMakeLists.txt pbms_enabled.cc
EXTRA_DIST = pbms_enabled.cc