Magellan Linux

Diff of /tags/grubby-8_30/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/mkinitrd-magellan/grubby/Makefile revision 1153 by niro, Tue Sep 14 19:37:47 2010 UTC trunk/grubby/Makefile revision 1335 by niro, Fri Jun 3 20:58:28 2011 UTC
# Line 17  Line 17 
17  # along with this program.  If not, see <http://www.gnu.org/licenses/>.  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
18  #  #
19    
20  VERSION=$(shell cat ../VERSION)  VERSION=$(shell cat VERSION)
21    
22  TARGETS = grubby  TARGETS = grubby
23  OBJECTS = grubby.o  OBJECTS = grubby.o
# Line 26  CFLAGS := $(CFLAGS) $(RPM_OPT_FLAGS) -DV Line 26  CFLAGS := $(CFLAGS) $(RPM_OPT_FLAGS) -DV
26  LDFLAGS :=  LDFLAGS :=
27    
28  grubby_LIBS = -lblkid -lpopt  grubby_LIBS = -lblkid -lpopt
 grubby_LIBS += $(shell pkg-config --libs glib-2.0)  
29    
30  mandir = usr/share/man  mandir = usr/share/man
31    

Legend:
Removed from v.1153  
changed lines
  Added in v.1335