summaryrefslogtreecommitdiff
path: root/src/pacman/meson.build
blob: 6926f676e9ce12deba56f202d110094e259e5c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pacman_sources = files('''
  check.h check.c
  conf.h conf.c
  database.c
  deptest.c
  files.c
  package.h package.c
  pacman.h pacman.c
  query.c
  remove.c
  sighandler.h sighandler.c
  sync.c
  callback.h callback.c
  upgrade.c
  util.h util.c
'''.split())

pacman_conf_sources = files('''
  pacman-conf.c
  util.h util.c
  callback.h callback.c
  conf.h conf.c
'''.split())