From 3bc025506b76b481d099d5db39a4b251e4c171fb Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 6 Oct 2009 20:26:11 +0200 Subject: [PATCH] Fix `make dist` after CMakeLists.txt rename in previous push. --- storage/pbxt/CMakeLists.txt | 0 storage/pbxt/Makefile.am | 2 +- storage/pbxt/src/Makefile.am | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 storage/pbxt/CMakeLists.txt 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