Skip to content

Commit

Permalink
Fix autotools build for new sysconfig files
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello committed Jul 23, 2013
1 parent 773edb7 commit 4029e36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ AC_CONFIG_FILES([etc/logrotate/storm-frontend-server])
AC_CONFIG_FILES([etc/init.d/Makefile])
AC_CONFIG_FILES([etc/init.d/storm-frontend-server])
AC_CONFIG_FILES([etc/sysconfig/Makefile])
AC_CONFIG_FILES([etc/sysconfig/storm-frontend-server])
AC_CONFIG_FILES([wsdl/Makefile])

AC_CONFIG_FILES([src/Makefile])
Expand Down
4 changes: 0 additions & 4 deletions etc/sysconfig/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

EXTRA_DIST = storm-frontend-server.in

stormetcsysdir = $(sysconfdir)/sysconfig
dist_stormetcsys_SCRIPTS = storm-frontend-server

CLEANFILES = storm-frontend-server

MAINTAINERCLEANFILES = Makefile.in

0 comments on commit 4029e36

Please sign in to comment.