src/Makefile.am: correction de hardlinks en préfixe

This commit is contained in:
Adrien Bourmault 2023-11-29 16:16:13 +01:00
parent c493efd5b2
commit 1d0165755b
No known key found for this signature in database
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ noinst_HEADERS = $(srcdir)/*.h
bin_PROGRAMS = xmlcopyeditor
bindir = ${prefix}/bin
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
pixmapdir = /usr/share/pixmaps
applicationsdir = /usr/share/applications
pixmapdir = ${prefix}/share/pixmaps
applicationsdir = ${prefix}/share/applications
# the application source, library search path, and link libraries
xmlcopyeditor_SOURCES = aboutdialog.cpp \