|
From: Kouhei S. <nul...@cl...> - 2014-01-19 10:31:14
|
Kouhei Sutou 2014-01-19 19:30:54 +0900 (Sun, 19 Jan 2014) New Revision: 4ce49ba82b379d3a38ce48b5544090e1a237cc75 https://github.com/clear-code/cutter/commit/4ce49ba82b379d3a38ce48b5544090e1a237cc75 Message: Remove needless spaces Modified files: cppcutter/Makefile.am Modified: cppcutter/Makefile.am (+2 -2) =================================================================== --- cppcutter/Makefile.am 2014-01-19 19:12:57 +0900 (6f3731e) +++ cppcutter/Makefile.am 2014-01-19 19:30:54 +0900 (716036d) @@ -18,11 +18,11 @@ cppcutter_public_headers = \ cppcut-macros.h \ cppcut-message.h -pkginclude_HEADERS = \ +pkginclude_HEADERS = \ cppcutter.h cppcutter_includedir=$(pkgincludedir)/cppcutter -cppcutter_include_HEADERS = \ +cppcutter_include_HEADERS = \ $(cppcutter_public_headers) libcppcutter_sources = \ |