summaryrefslogtreecommitdiff
path: root/gio/giomm/filelist.am
blob: 3414b39c707b89b7218692012a5264a353b6e771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## This file is part of glibmm.

giomm_files_built_cc = $(giomm_files_used_hg:.hg=.cc) wrap_init.cc
giomm_files_built_h  = $(giomm_files_used_hg:.hg=.h)

giomm_files_extra_cc = \
  contenttype.cc \
  init.cc \
  slot_async.cc \
  socketsource.cc \
  tlsclientconnectionimpl.cc \
  tlsserverconnectionimpl.cc

giomm_files_extra_h  = \
  contenttype.h \
  init.h \
  slot_async.h \
  socketsource.h \
  tlsclientconnectionimpl.h \
  tlsserverconnectionimpl.h \
  wrap_init.h

giomm_files_extra_ph =

giomm_files_all_h = $(giomm_files_hg:.hg=.h) $(giomm_files_extra_h)