mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2025-08-16 16:09:44 +00:00
15 lines
253 B
Makefile
15 lines
253 B
Makefile
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
include ../flagsandlibs
|
|
include ../sources
|
|
|
|
lfsdock_SOURCES = $(COMMONSRC)
|
|
|
|
man1_MANS = ../resources/man/lfsdock.1
|
|
|
|
#pixfilesdir = $(pkgdatadir)/pixmaps
|
|
#pixfiles_DATA = ../resources/pixmaps/*
|
|
|
|
bin_PROGRAMS = lfsdock
|
|
|