forked from AuroraMiddleware/gtk
67f27409e0
This will enable us to not confuse with the deprecated headers in gtk/deprecated as those headers are also listed under deprecated_h_sources in gtk/deprecated/Makefile.inc, when we include the makefile snippets in both gdk/ and gtk/.
45 lines
850 B
Makefile
45 lines
850 B
Makefile
#
|
|
# GDK header files for public installation (non-generated)
|
|
#
|
|
#
|
|
gdk_public_h_sources = \
|
|
gdk.h \
|
|
gdk-autocleanup.h \
|
|
gdkapplaunchcontext.h \
|
|
gdkcairo.h \
|
|
gdkcursor.h \
|
|
gdkdevice.h \
|
|
gdkdevicepad.h \
|
|
gdkdevicetool.h \
|
|
gdkdevicemanager.h \
|
|
gdkdisplay.h \
|
|
gdkdisplaymanager.h \
|
|
gdkdnd.h \
|
|
gdkdrawingcontext.h \
|
|
gdkevents.h \
|
|
gdkframetimings.h \
|
|
gdkglcontext.h \
|
|
gdkkeys.h \
|
|
gdkkeysyms.h \
|
|
gdkkeysyms-compat.h \
|
|
gdkmain.h \
|
|
gdkmonitor.h \
|
|
gdkpango.h \
|
|
gdkframeclock.h \
|
|
gdkpixbuf.h \
|
|
gdkprivate.h \
|
|
gdkproperty.h \
|
|
gdkrectangle.h \
|
|
gdkrgba.h \
|
|
gdkscreen.h \
|
|
gdkseat.h \
|
|
gdkselection.h \
|
|
gdktestutils.h \
|
|
gdkthreads.h \
|
|
gdktypes.h \
|
|
gdkvisual.h \
|
|
gdkwindow.h
|
|
|
|
gdk_deprecated_h_sources = \
|
|
deprecated/gdkcolor.h
|