summaryrefslogtreecommitdiffstats
path: root/gtk/module.rules
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2010-04-11 21:48:58 +0000
committerjstebbins <[email protected]>2010-04-11 21:48:58 +0000
commit1a466338ea91528105f73681f85238be96670b2a (patch)
tree6e70b7202f9a69793fe74b1242c35dee0ca32cd9 /gtk/module.rules
parent19d49a03d180742922fc6a5be63c162c8691f706 (diff)
LinGui: don't strip debug symbols when installing
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3219 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/module.rules')
-rw-r--r--gtk/module.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/module.rules b/gtk/module.rules
index 657a20304..c5de20ea8 100644
--- a/gtk/module.rules
+++ b/gtk/module.rules
@@ -35,7 +35,7 @@ gtk.build: $(GTK.CONFIGURE.stamp) $(LIBHB.a)
+$(MAKE) -C $(GTK.build/)
gtk.install:
- $(MAKE) -C $(GTK.build/) prefix=$(PREFIX) install-strip
+ $(MAKE) -C $(GTK.build/) prefix=$(PREFIX) install
gtk.uninstall:
$(MAKE) -C $(GTK.build/) uninstall