src/Makefile.am: correction de hardlinks en préfixe
This commit is contained in:
parent
c493efd5b2
commit
1d0165755b
|
@ -9,8 +9,8 @@ noinst_HEADERS = $(srcdir)/*.h
|
||||||
bin_PROGRAMS = xmlcopyeditor
|
bin_PROGRAMS = xmlcopyeditor
|
||||||
bindir = ${prefix}/bin
|
bindir = ${prefix}/bin
|
||||||
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
||||||
pixmapdir = /usr/share/pixmaps
|
pixmapdir = ${prefix}/share/pixmaps
|
||||||
applicationsdir = /usr/share/applications
|
applicationsdir = ${prefix}/share/applications
|
||||||
|
|
||||||
# the application source, library search path, and link libraries
|
# the application source, library search path, and link libraries
|
||||||
xmlcopyeditor_SOURCES = aboutdialog.cpp \
|
xmlcopyeditor_SOURCES = aboutdialog.cpp \
|
||||||
|
|
Loading…
Reference in New Issue