mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
17 lines
407 B
Text
17 lines
407 B
Text
gnomeshell_taskpanel_CPPFLAGS = \
|
|
-I$(top_srcdir)/src \
|
|
-DG_DISABLE_DEPRECATED \
|
|
-DWNCK_I_KNOW_THIS_IS_UNSTABLE \
|
|
-DG_LOG_DOMAIN=\"gnomeshell-taskpanel\" \
|
|
$(TASKPANEL_CFLAGS) \
|
|
$(NULL)
|
|
|
|
gnomeshell_taskpanel_SOURCES = \
|
|
gnomeshell-taskpanel.c \
|
|
shell-panel-window.c \
|
|
shell-panel-window.h \
|
|
$(NULL)
|
|
|
|
gnomeshell_taskpanel_LDADD = $(TASKPANEL_LIBS)
|
|
|
|
bin_PROGRAMS += gnomeshell-taskpanel
|