build: Micro refactoring of Makefile.am
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 5 May 2010 23:19:41 +0000 (02:19 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 5 May 2010 23:20:47 +0000 (02:20 +0300)
src/rygel/Makefile.am

index 28afb3e..3cf421d 100644 (file)
@@ -1,14 +1,10 @@
 if UNINSTALLED
 shareddir = $(abs_top_builddir)/data
 desktopdir = $(shareddir)
+plugindir = $(abs_top_builddir)/src/plugins
 else
 shareddir = $(datadir)/rygel
 desktopdir = $(datadir)/applications
-endif
-
-if UNINSTALLED
-plugindir = $(abs_top_builddir)/src/plugins
-else
 plugindir = $(libdir)/rygel-1.0
 endif