2006-05-12 00:08:30 +00:00
|
|
|
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kompmgr_SRCS kompmgr.c )
|
|
|
|
|
|
|
|
kde4_automoc(${kompmgr_SRCS})
|
|
|
|
|
|
|
|
kde4_add_executable(kompmgr ${kompmgr_SRCS})
|
|
|
|
|
2006-03-22 16:06:38 +00:00
|
|
|
target_link_libraries(kompmgr ${KDE4_KDECORE_LIBS} ${X11_Xcomposite_LIB} ${X11_Xdamage_LIB} ${X11_Xfixes_LIB} ${X11_Xext_LIB} m )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2006-05-06 17:53:08 +00:00
|
|
|
install(TARGETS kompmgr DESTINATION bin)
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
|
|
|
|
#bin_PROGRAMS = kompmgr
|
|
|
|
#
|
|
|
|
#kompmgr_SOURCES = kompmgr.c
|
|
|
|
#kompmgr_LDADD = $(X_LDFLAGS) $(X_RPATH) -lXcomposite -lXdamage -lXfixes $(LIB_XRENDER) $(LIB_X11) -lXext -lm
|
|
|
|
#
|
|
|
|
#INCLUDES = $(all_includes)
|