]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
Replaced two LIBXFCEGUI4 variables with their LIBXFCE4UI counterparts.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Mar 2010 01:29:00 +0000 (21:29 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Mar 2010 01:29:00 +0000 (21:29 -0400)
panel-plugin/Makefile.am

index 88ce9af13a52c3079f43e281bab2cc27747d1996..e9632fe0435892efe9cd1268afe775a453c58a5f 100644 (file)
@@ -43,13 +43,13 @@ xfce4_hdaps_SOURCES =                                               \
 
 xfce4_hdaps_CFLAGS =                                           \
        $(LIBXFCE4UTIL_CFLAGS)                                          \
-       $(LIBXFCEGUI4_CFLAGS)                                           \
+       $(LIBXFCE4UI_CFLAGS)                                            \
        $(LIBXFCE4PANEL_CFLAGS)                                         \
        $(PLATFORM_CFLAGS)
 
 xfce4_hdaps_LDADD =                                            \
        $(LIBXFCE4UTIL_LIBS)                                            \
-       $(LIBXFCEGUI4_LIBS)                                             \
+       $(LIBXFCE4UI_LIBS)                                              \
        $(LIBXFCE4PANEL_LIBS)
 
 #