]> Pileus Git - ~andy/rsl/commitdiff
Change /usr/share/rsl -> /usr/share/rsl1
authorAndy Spencer <andy753421@gmail.com>
Mon, 12 Sep 2011 00:08:38 +0000 (00:08 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 12 Sep 2011 00:08:38 +0000 (00:08 +0000)
Best practice for installing multiple version of the library

data/Makefile.am
src/Makefile.am

index 816e2ded04a4153295107733d5e7e9a6d146a7c4..e5d46011205bb099a4ab847a382b98c2546e1a86 100644 (file)
@@ -1,5 +1,5 @@
-colordir = $(datadir)/rsl/colors
+colordir = $(datadir)/rsl1/colors
 dist_color_DATA = colors/*.clr
 
-wsr88ddir = $(datadir)/rsl/
+wsr88ddir = $(datadir)/rsl1/
 dist_wsr88d_DATA = wsr88d_locations.dat
index ffafa9e89649a7f5e3d523834d6d39d7d37f4e04..d333a37ead5bb22e78a77e950793934484a97f2c 100644 (file)
@@ -12,7 +12,7 @@ headers = africa.h dorade.h lassen.h \
          $(include_HEADERS)
 
 librsl_la_LDFLAGS  = -version-info 1:42
-librsl_la_CPPFLAGS = -DDATADIRRSL="\"$(dots)$(datadir)/rsl\"" 
+librsl_la_CPPFLAGS = -DDATADIRRSL="\"$(dots)$(datadir)/rsl1\""
 librsl_la_SOURCES  = \
        rapic_parse.y rapic_scan.l rapic_to_radar.c rapic_routines.c \
        radtec.c radtec_to_radar.c \