X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fautomake.mk;h=0cde825f5b52d5aa1c220a35bc65b4af80eeecbb;hb=a22f79456929fc7edc9d65234ab05f4966c86679;hp=247bb8e1c1ab521f73aeafa8aac6a84a5888ffe6;hpb=b9ccea9860d7123988968605f526a288f27f7544;p=pspp diff --git a/src/libpspp/automake.mk b/src/libpspp/automake.mk index 247bb8e1c1..0cde825f5b 100644 --- a/src/libpspp/automake.mk +++ b/src/libpspp/automake.mk @@ -1,19 +1,19 @@ # PSPP - a program for statistical analysis. # Copyright (C) 2017 Free Software Foundation, Inc. -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# +# ## Process this file with automake to produce Makefile.in -*- makefile -*- @@ -27,6 +27,7 @@ src_libpspp_liblibpspp_la_SOURCES = \ src/libpspp/array.c \ src/libpspp/array.h \ src/libpspp/assertion.h \ + src/libpspp/bit-vector.c \ src/libpspp/bit-vector.h \ src/libpspp/bt.c \ src/libpspp/bt.h \