diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2011-04-22 12:55:21 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2011-05-03 14:44:11 +0200 |
commit | a8cfd1566fd1b2aaf39cb15a9efb9e1ef0cb730f (patch) | |
tree | ab209a8de2c2c2f50b0dd3652375a740383d1aac /Makefile.am | |
parent | f17c0964d340f77f37a7f7c7396deef87602393e (diff) |
common: don't duplicate find_msb implementation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 501a6e1..dff9574 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ NULL = noinst_LTLIBRARIES = libspice-common.la libspice_common_la_SOURCES = \ + bitops.h \ canvas_utils.c \ canvas_utils.h \ draw.h \ |