diff --git a/storage/pbxt/CMakeLists.txt b/storage/pbxt/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/storage/pbxt/Makefile.am b/storage/pbxt/Makefile.am index a8bfde74ee3..4ef1eab50c2 100644 --- a/storage/pbxt/Makefile.am +++ b/storage/pbxt/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = src -EXTRA_DIST = plug.in +EXTRA_DIST = CMakeLists.txt plug.in diff --git a/storage/pbxt/src/Makefile.am b/storage/pbxt/src/Makefile.am index e4abf5df492..94cf6517329 100644 --- a/storage/pbxt/src/Makefile.am +++ b/storage/pbxt/src/Makefile.am @@ -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