Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276286
Collapse All | Expand All

(-)nted-1.6.0/Makefile.am (-3 / +2 lines)
Lines 33-40 AM_CPPFLAGS += -DLOCALEDIR=\"${localedir Link Here
33
AM_CPPFLAGS += -I$(top_srcdir)/dialogs -I$(top_srcdir)/commands -I$(top_srcdir)/chords -I$(top_srcdir)/idiotseditor
33
AM_CPPFLAGS += -I$(top_srcdir)/dialogs -I$(top_srcdir)/commands -I$(top_srcdir)/chords -I$(top_srcdir)/idiotseditor
34
AM_CPPFLAGS += $(FT2_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
34
AM_CPPFLAGS += $(FT2_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
35
35
36
AM_LDFLAGS = $(CAIRO_LIBS) $(PANGO_LIBS) $(GTK_LIBS) -lasound
37
38
bin_PROGRAMS = nted
36
bin_PROGRAMS = nted
39
nted_SOURCES = mainwindow.cpp resource.cpp page.cpp system.cpp staff.cpp \
37
nted_SOURCES = mainwindow.cpp resource.cpp page.cpp system.cpp staff.cpp \
40
	voice.cpp chordorrest.cpp note.cpp musicxmlimport.cpp \
38
	voice.cpp chordorrest.cpp note.cpp musicxmlimport.cpp \
Lines 53-59 nted_SOURCES += acceleration.h beam.h be Link Here
53
	temposign.h tuplet.h voice.h volumesign.h positionarray.h dynarray.h COPYING.GFDL COPYING.FONT.TXT \
51
	temposign.h tuplet.h voice.h volumesign.h positionarray.h dynarray.h COPYING.GFDL COPYING.FONT.TXT \
54
	freechord.h freespacer.h pangocairotext.h freechordname.h midiimporter2.h
52
	freechord.h freespacer.h pangocairotext.h freechordname.h midiimporter2.h
55
53
56
nted_LDADD = commands/libcommands.a dialogs/libdialogs.a chords/libchords.a idiotseditor/libidiotseditor.a
54
nted_LDADD = commands/libcommands.a dialogs/libdialogs.a chords/libchords.a idiotseditor/libidiotseditor.a $(CAIRO_LIBS) $(PANGO_LIBS) $(GTK_LIBS) -lasound
55
57
56
58
cleanup: maintainer-clean cleanup-local
57
cleanup: maintainer-clean cleanup-local
59
58

Return to bug 276286