From 69018972adf0ca6078f4a69cfba6cfd1ea436ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 11 Mar 2013 13:23:08 -0400 Subject: [PATCH] EXTRA_DIST: Distribute sysprof-icon-source.svg --- Makefile.am | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Makefile.am b/Makefile.am index 217d3561..8be948df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,18 +83,8 @@ sysprof_cli_CPPFLAGS = \ sysprof_cli_LDADD = $(CORE_DEP_LIBS) -# -# Module stuff -# - -#EXTRA_DIST = \ -# module/sysprof-module.c \ -# module/sysprof-module.h \ -# module/Makefile - -#insert-module: -# /sbin/modprobe -r sysprof-module -# /sbin/modprobe sysprof-module +EXTRA_DIST = \ + sysprof-icon-source.svg # # Test programs