You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
INCLUDES= $(all_includes)
|
|
|
|
bin_PROGRAMS = xf86gammacfg
|
|
xf86gammacfg_SOURCES = xf86gammacfg.cpp
|
|
xf86gammacfg_LDADD =
|
|
xf86gammacfg_LDFLAGS = -ltqt
|
|
xf86gammacfg_METASOURCES = AUTO
|
|
noinst_HEADERS =
|
|
|
|
EXTRA_DIST = xf86gammacfg.cpp
|
|
|